home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / scripts / Makefile.am < prev    next >
Encoding:
Makefile  |  2003-11-21  |  812 b   |  22 lines

  1. # Copyright (C) 2003 Roberto De Leo <peggish@users.sf.net>
  2. #  
  3. # This file is free software; as a special exception the author gives
  4. # unlimited permission to copy and/or distribute it, with or without 
  5. # modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful, but
  7. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  8. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. EXTRA_DIST  = mkmovixiso lf-mkmovixiso \
  10.         movix-conf.in movix-version.in \
  11.         mkmovixiso.sh mkmvxiso.bat
  12. CLEANFILES = movix-conf movix-version
  13. bin_SCRIPTS = mkmovixiso lf-mkmovixiso movix-conf movix-version
  14.  
  15. SUFFIXES = .in
  16.  
  17. .in:
  18.     @echo creating $@
  19.     @cat $< | sed -e 's|{VERSION}|$(VERSION)|g' \
  20.         -e 's|{DATADIR}|$(datadir)|g' \
  21.     > $@